Package | hl7.fhir.uv.sdc |
Type | OperationDefinition |
Id | Id |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/OperationDefinition-Questionnaire-assemble.html |
Url | http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble |
Version | 3.0.0 |
Status | draft |
Date | 2023-12-07T23:07:45+00:00 |
Name | SDCAssemble |
Title | Assemble Modular Questionnaire Operation |
Experimental | False |
Realm | uv |
Authority | hl7 |
Description | The $assemble operation takes a modular questionnaire (one that references sub-questionnaires and/or relies on definition elements to contain the content for item definitions) and produces the equivalent fully-inline Questionnaire. Full details on the process can be found [here](modular.html). |
Type | true |
Kind | operation |
CapabilityStatement | |
https://smartforms.csiro.au/ig/CapabilityStatement/SmartFormsApplication | Smart Forms Application |
https://smartforms.csiro.au/ig/CapabilityStatement/SmartFormsServer | Smart Forms Server |
sdc-form-manager | SDC Form Manager |
sdc-form-manager | SDC Form Manager |
No resources found
Note: links and images are rebased to the (stated) source
URL: [base]/Questionnaire/$assemble
Input parameters Profile: SDC Modular Questionnaire
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | questionnaire | 1..1 | Resource | The Modular Questionnaire to assemble the content of. | ||
OUT | return | 0..1 | Resource | The fully assembled Questionnaire with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item. | ||
OUT | outcome | 0..1 | Resource | The OperationOutcome indicating any warnings or information messages with the assembly process |
{
"resourceType" : "OperationDefinition",
"id" : "Questionnaire-assemble",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/Questionnaire/$assemble</p><p>Input parameters Profile: <a href=\"StructureDefinition-sdc-questionnaire-modular.html\">SDC Modular Questionnaire</a></p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>questionnaire</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The <a href=\"StructureDefinition-sdc-questionnaire-modular.html\">Modular Questionnaire</a> to assemble the content of.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The fully assembled <a href=\"StructureDefinition-sdc-questionnaire.html\">Questionnaire</a> with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item.</p>\n</div></td></tr><tr><td>OUT</td><td>outcome</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>The OperationOutcome indicating any warnings or information messages with the assembly process</p>\n</div></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
}
]
}
}
],
"url" : "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-assemble",
"version" : "3.0.0",
"name" : "SDCAssemble",
"title" : "Assemble Modular Questionnaire Operation",
"status" : "draft",
"kind" : "operation",
"date" : "2023-12-07T23:07:45+00:00",
"publisher" : "HL7 International / FHIR Infrastructure",
"contact" : [
{
"name" : "HL7 International / FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "The $assemble operation takes a modular questionnaire (one that references sub-questionnaires and/or relies on definition elements to contain the content for item definitions) and produces the equivalent fully-inline Questionnaire. Full details on the process can be found [here](modular.html).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"code" : "assemble",
"resource" : [
"Questionnaire"
],
"system" : false,
"type" : true,
"instance" : false,
"inputProfile" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular",
"parameter" : [
{
"name" : "questionnaire",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The [Modular Questionnaire](StructureDefinition-sdc-questionnaire-modular.html) to assemble the content of.",
"type" : "Resource"
},
{
"name" : "return",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "The fully assembled [Questionnaire](StructureDefinition-sdc-questionnaire.html) with all subQuestionnaires inlined and all items with item.definitions have had relevant metadata propagated into the item.",
"type" : "Resource"
},
{
"name" : "outcome",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "The OperationOutcome indicating any warnings or information messages with the assembly process",
"type" : "Resource"
}
]
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.